@charset "utf-8";
/* CSS Document */
/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	border: 0;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
}
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
/* list */
ul, ol {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	list-style: none;
}
/* headings */
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
.l {
	float: left;
}
.r {
	float: right;
}
.inner {
	width: 1200px;
	margin: auto;
}
/*header*/
#header .top .r {
	padding-top: 27px;
	position: relative;
}
#header .top .tel {
	display: inline-block;
	line-height: 26px;
	color: #999;
}
#header .top .wx {
	display: inline-block;
	margin-left: 10px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(../images/icon7.png) center center;
}
#header .top .tel, #header .top .wx {
 *display:inline;
	vertical-align: middle;
}
#header .top .gzh {
	position: absolute;
	top: 60px;
	right: 0;
	border: 5px #fff solid;
	z-index: 99;
}
#nav {
	background: #eaeaea;
}
.nav {
	width: 1200px;
	height: 60px;
	margin: auto;
	line-height: 1.5em;
	background: #eaeaea;
	position: relative;
	z-index:9;
	display:table;
	margin:auto;
}
.nav a {
	color: #fff;
}
.nav .nLi {
/*	float: left;
*/	display:table-cell;
	position: relative;
/*	display: inline;
*/}
.nav .nLi h3 {
/*	float: left;
*/}
.nav .nLi h3 a {
	display: block;
	height: 40px;
/*	padding: 10px 20px;
*/	padding: 10px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	font-weight: normal;
	font-size: 16px;
}
.nav .nLi h3 span {
	display: block;
	text-align: center;
}
.nav .nLi h3 a span.en {
	font-size: 14px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}
.nav .sub {
	display: none;
/*	width: 130px;
*/	width: 100%;
	left: 0;
	top: 60px;
/*	left: 50%;
	margin-left: -65px;
*/	position: absolute;
	background: #fff;
	line-height: 26px;
	padding: 5px 0;
	text-align: center;
	z-index:9;
}
.nav .sub li {
	zoom: 1;
}
.nav .sub a {
	display: block;
	padding: 3px 10px;
	color: #333;
	border-bottom: 1px #eaeaea dashed;
}
.nav .sub a:hover {
	background: #fac833;
	color: #583901;
}
.nav .on h3 a {
	background: #fac833;
	color: #583901;
}
.nav .on h3 a span.en {
	color: #583901;
}
/*banner*/
.slideBox {
	width: 1200px;
	height: 550px;
	margin: auto;
	overflow: hidden;
	position: relative;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 1200px;
	height: 550px;
	display: block;
}
/* 下面是前/后按钮代码 */
.slideBox .prev, .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -20px;
	display: block;
	width: 22px;
	height: 41px;
	background: url(../images/slider-arrowl.png) no-repeat center center;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-image: url(../images/slider-arrowr.png)
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}
/*index_main*/
#index_main #title3 {
	position:relative;
	border-bottom:1px #ccc solid;
	padding:5px;
	margin-bottom:20px;	
}
#index_main #title3 h4 {
	display:inline-block;
	color:#583901;
	font-size:18px;
	font-weight:bold;
}
#index_main #title3 .en {
	display:inline-block;
	font-size:16px;
	color:#999;
}
#index_main #title3 .more {
	display:inline-block;
	color:#583901;
	text-transform:uppercase;
	position:absolute;
	top:10px;
	right:0;
}
#index_main #title3 h4,#index_main #title3 .en.#index_main #title3 .more {
	*display:inline;
	vertical-align:bottom;
}
#index_main #title3 .line_yellow2 {
	display:block;
	width:80px;
	height:3px;
	position:absolute;
	bottom:-2px;
	left:0;
	background:#fac833;	
}
/*main1*/
#index_main .main1 {
	background:#fac833;
	height:100px;	
	padding:10px 0;
}
#index_main .main1 .box {
	width:400px;
	height:100px;
	float:left;	
}
#index_main .main1 .box a {
	display:block;
	padding:0 50px;	
	vertical-align:middle;
	color:#946f12;
}
#index_main .main1 .box2 {
	width:398px;
	border-left:1px #dba810 solid;	
	border-right:1px #dba810 solid;	
}
#index_main .main1 .box a .title {
	float:left;
	width:70px;
	text-align:center;
}
#index_main .main1 .box a .text {
	float:right;
	width:220px;	
	padding-top:30px;
	line-height:24px;
	
}
#index_main .main1 .box a h4 {
	color:#583901;
	font-size:14px;
	padding-top:55px;
	font-weight:normal;
	line-height:1em;
}
#index_main .main1 .box1 a h4 {
	background:url(../images/icon4.png) no-repeat center 20px;	
}
#index_main .main1 .box2 a h4 {
	background:url(../images/icon5.png) no-repeat center 20px;	
}
#index_main .main1 .box3 a h4 {
	background:url(../images/icon6.png) no-repeat center 18px;	
}
/*main2*/
#index_main .main2 {
	padding:50px 0 100px;	
}
#index_main .about,#index_main .products {
	width:380px;	
}
#index_main .about .text {
	text-indent:2em;
	line-height:26px;
	padding-top:20px;	
}
#index_main .products {
	margin:0 45px;	
}
.slideBox2 {
	width: 380px;
	height: 430px;
	margin: auto;
	overflow: hidden;
	position: relative;
}
.slideBox2 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	width: 378px;
	height: 283px;
	border:1px #ccc solid;

}
.slideBox2 .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox2 .bd img {
	width: 378px;
	height: 283px;
	display: block;
}
.slideBox2 .bd .text {
	height:100px;
	width:340px;
	background:#eaeaea;
	margin-top:15px;
	padding:15px 20px;	
	color:#7d6a50;
}
.slideBox2 .bd .text h5 {
	font-size:18px;
	color:#583901;
	margin-bottom:10px;
	text-align:center;	
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
/* 下面是前/后按钮代码 */
.slideBox2 .prev, .slideBox2 .next {
	position: absolute;
	left: 3%;
	top: 125px;
	display: block;
	width: 19px;
	height: 33px;
	background: url(../images/slider-arrowl2.png) no-repeat center center;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox2 .next {
	left: auto;
	right: 3%;
	background-image: url(../images/slider-arrowr2.png)
}
.slideBox2 .prev:hover, .slideBox2 .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox2 .prevStop {
	display: none;
}
.slideBox2 .nextStop {
	display: none;
}

#index_main .news {
	width:350px;	
}
#index_main .news li {
	height:136px;
	border-bottom:1px #333 dashed;	
	margin-bottom:10px;
}
#index_main .news li a {
	display:block;
}
#index_main .news li h5 {
	font-size:16px;
	font-weight:bold;
	padding:0 0 5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#index_main .news li p {
	line-height:26px;
	color:#666;	
}
#index_main .news li:first-child a h5,#index_main .news li:first-child a p,#index_main .news li a:hover h5,#index_main .news li a:hover p{
	color:#583901	
}

/*about*/
#main {
	padding: 40px 0;
}
#left {
	width: 250px;
	background: #f6f7fb;
	border-radius: 3px;
	overflow: hidden;
}
#left #title {
	padding: 25px 40px;
	background: #fac833 url(../images/subnavbg.png) no-repeat bottom right;
}
#left #title h2 {
	font-size: 24px;
	font-weight: bold;
	color: #583c01;
}
#left #title p {
	color: #b48d1d;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
#subnav ul {
	margin-bottom: 30px;
}
#subnav li {
	border-bottom: 1px #e9eaed solid;
}
#subnav li.on {
	background: url(../images/cur.png) no-repeat 220px center;
}
#subnav li a {
	display: block;
	color: #333;
	padding: 15px 40px;
}
#subnav li a span {
	display: block;
}
#subnav li a .p {
	font-size: 16px;
}
#subnav li a .en {
	color: #999;
}
#subnav li.on a .p, #subnav li.on a .en, #subnav li a:hover .p, #subnav li a:hover .en {
	color: #583c01;
}
#subnav .img {
	width: 250px;
	height: 360px;
}
#subnav .img img {
	width: 250px;
	height: 360px;
}
#right {
	width: 900px;
}
#right #content {
	color: #666;
	line-height: 2em;
	text-align: justify;
}
#right #title2 {
	position: relative;
	padding: 25px 0 10px;
	border-bottom: 1px #dddddd solid;
	margin-bottom: 30px;
}
#right #title2 h3 {
	font-size: 24px;
	font-weight: normal;
}
#right #title2 h3 .en {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999;
	vertical-align: bottom;
	margin-left: 10px;
}
#right #title2 .line_yellow {
	display: block;
	width: 130px;
	height: 5px;
	background: #fdc731;
	position: absolute;
	bottom: -3px;
	left: 0;
}
#right #title2 .date {
	display: inline-block;
	color: #999;
	margin-top: 5px;
}
/*history*/
#history {
	background: url(../images/line.png) repeat-y 106px top;
	padding: 15px 0;
	position: relative;
	margin: 50px 0;
}
#history .yuan {
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	background: #583c01;
	border-radius: 50%;
	position: absolute;
	left: 99px;
	top: 0;
}
#history .yuan2 {
	top: auto;
	bottom: 0;
}
#history li {
	position: relative;
	font-size: 16px;
	color: #666;
	padding: 20px 0 20px 150px;
	background: url(../images/libg.png) no-repeat 90px 24px;
}
#history li .year {
	position: absolute;
	top: 20px;
	left: 25px;
	font-weight: bold;
	color: #583c01;
}
/*honor*/
#honor #page {
	padding-left: 15px;
}
#honor .honor li {
	width: 420px;
	height: 315px;
	position: relative;
	background: #f6f7fb;
	float: left;
	margin: 0 15px 30px;
}
#honor .honor li a {
	display: block;
	text-align: center;
}
#honor .honor li a .title {
	display: block;
	background: url(../images/black0.5.png);
	position: absolute;
	bottom: 0;
	left: 0;
	color: white;
	width: 400px;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#honor .honor li .example-image {
	height: 315px;
	width: auto;
	max-width: 420px;
	margin: auto;
}
/*contact*/
#contact .contact {
	display: table;
	padding-top: 30px;
}
#contact .contact .box {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px 0 85px;
	font-size: 16px;
	line-height: 1.5em;
}
#contact .contact .box:first-child {
	background: url(../images/icon1.png) no-repeat 25px center;
}
#contact .contact .box:nth-child(2) {
	background: url(../images/icon2.png) no-repeat 25px center;
}
#contact .contact .box:last-child {
	background: url(../images/icon3.png) no-repeat 25px center;
}
#contact #map {
	padding: 60px 0;
}
/*message*/
#message {
	font-size: 16px;
}
#message .red {
	color: red;
	margin-right: 5px;
}
#message .tdl {
	display: inline-block;
	width: 135px;
	text-align: right;
	vertical-align: top;
	line-height: 40px;
}
#message .tdl {
 *display:inline;
}
#message .box {
	margin-bottom: 20px;
}
#message .box .input1 {
	width: 300px;
	border: 0;
	background: #f4f4f4;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	padding: 0 5px;
	outline: none;
}
#message .box .radio {
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	margin: 0 10px 0 20px;
}
#message .box textarea {
	width: 680px;
	height: 170px;
	background: #f4f4f4;
	border: 0;
	padding: 5px;
	outline: none;
}
#message .box:last-child input {
	width: 110px;
	height: 36px;
	line-height: 36px;
	border: 0;
	border-radius: 3px;
	margin-right: 10px;
	font-size: 16px;
	outline: none;
	cursor: pointer;
	background: #ccc;
}
#message .box:last-child .submit {
	margin-left: 140px;
	background: #fff200;
}
/*news*/
#news a {
	color: #333;
}
#news li {
	border-bottom: 1px #ccc dashed;
	padding: 0 10px 15px;
	margin-bottom: 15px;
}
#news a h5 {
	font-weight: normal;
	font-size: 18px;
	color: #000;
}
#news a p {
	font-size: 16px;
	color: #666;
	margin: 10px 0;
}
#news a .date {
	color: #999;
}
#news a:hover h5, #news a:hover p, #news a:hover .date {
	color: #583c01;
}
/*products*/
.txMovie {
	position: relative;
	width: 898px;
	/*height: 500px;*/
	background: #fff;
/*	border: 1px #ccc solid;
*/}
.focus_pic {
	width: 898px;
	height: 500px;
	overflow: hidden;
	text-align: center;
}
.focus_pic li {
	vertical-align: top
}
.focus_pic img {
	width: auto;
	max-width: 898px;
	max-height: 400px;
	display: inline-block;
	vertical-align: top
}
.focus_nav {
	position: absolute;
	left: 0;
	top:400px;
	width: 888px;
	height: 115px;
	padding-left: 10px;
	background-color: rgba(0, 0,0,.6);
 filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');
 *zoom:1;
}
:root .focus_nav {
	-ms-filter: none
}
.focus_nav ul {
	position: relative;
	padding-top: 15px !important;
 *zoom:1;
}
.focus_nav li {
	position: relative;
	float: left;
	display: inline;
	margin-right: 7px;
	cursor: pointer;
	background: #000;
 *zoom:1;
}
.focus_nav .navPrev, .focus_nav .navNext {
	display: inline-block;
	position: absolute;
	top: 37px;
	width: 40px;
	height: 40px;
	line-height: 40;
	text-align: center;
	overflow: hidden;
	border: 1px solid #a6a6a6;
	color: #fff;
	background-color: rgba(0,0,0,.5);
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');
	background-image: url(../images/prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: .5;
	filter: Alpha(Opacity=50);
 *zoom:1;
}
.focus_nav .navPrev {
	right: 63px;
}
.focus_nav .navNext {
	right: 20px;
	background-image: url(../images/next.png);
}
.focus_nav .navPrev:hover, .focus_nav .navNext:hover {
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.focus_nav img {
	width: 120px;
	height: 90px;
}
.focus_nav .on b {
	color: #ccc;
	position: absolute;
	top: -10px;
	left: 55px;
	font-size: 10px;
	font-family: arial;
	-webkit-text-size-adjust: none
}
.focus_text {
	width: auto;
	height: auto;
	overflow: hidden
}
:root .focus_text {
	-ms-filter: none
}
.focus_text .text {
	padding: 30px 20px 0;
	color:#666;
}
.focus_text .text h5 {
	margin-bottom:10px;	
}
.txMovie .focus_nav li .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 90px;
	line-height: 999px;
	overflow: hidden;
	font-size: 0;
	background: #040303;
	filter: alpha(opacity=30);
	opacity: .3
}
.txMovie .focus_nav li.on .cover {
	display: none
}
.txMovie .focus_nav li b {
	display: none
}
.txMovie .focus_nav li.on b {
	position: absolute;
	display: inline-block;
	top: -8px;
	left: 52px;
	border-left: 8px dashed transparent;
	border-right: 8px dashed transparent;
	border-top: 0;
	border-bottom: 8px solid;
	color: #fff;
	font-size: 0;
	width: 0;
	height: 0;
	line-height: 0
}
/*footer*/
#footer {
	background: #353841;
}
#footer .fot_top {
	display: table;
	border-left: 1px #666 solid;
	border-right: 1px #666 solid;
	padding-bottom: 20px;
	background: #353841;
}
#footer .fot_top .box {
	display: table-cell;
	padding: 0 20px;
}
#footer .fot_top .box:last-child {
	width: 200px;
}
#footer .fot_top .box:last-child ul {
	float: left;
	margin-right: 20px;
}
#footer .fot_top .box li {
	line-height: 30px;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #ddd;
}
#footer h4 a {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	padding: 25px 0 15px;
}
#footer .copyright {
	text-align: center;
	background: #222328;
	color: #999;
}
#footer .copyright .inner {
	background: #222328;
	padding: 15px 0;
}
/*page*/
#page {
	margin: 30px 0;
}
#page li {
	display: inline-block;
	vertical-align: middle;
	border: 1px #ccc solid;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 0 0 3px;
}
#page li {
 *display:inline;
}
#page li:first-child, #page li:last-child {
	width: 60px;
}
#page li a {
	display: block;
	color: #333;
}
#page li.on {
	background: #fac833;
	border-color: #bd900c;
}
#page li.on a {
	color: #583c01;
}
/*悬浮二维码*/
#xf {
	position: fixed;
	right: 10px;
	top:50%;
	z-index: 2;
	width:132px;
	height:168px;
}
#xf .close {
	position:absolute;
	top:-22px;
	right:2px;
	color:#666;
	cursor:pointer;
}
#back-to-top {
	position: fixed;
	bottom: 50px;
	right: 10px;
}
#back-to-top a {
	text-align: center;
	text-decoration: none;
	color: #d1d1d1;
	display: block;
	width: 40px;
	height: 40px;
	background: #eaeaea url(../images/gotop.png) no-repeat center center;
	border-radius: 3px;
}
#back-to-top a:hover {
	background-color: #fac833;
}
